DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing Namespace / IndexDefinition<T> Class / Algorithm Property

In This Topic
    Algorithm Property
    In This Topic
    Gets the indexing algorithm used by the index.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Algorithm As IndexingAlgorithm
    public abstract IndexingAlgorithm Algorithm {get;}

    Property Value

    An IndexingAlgorithm used by the index. In the current version, only one algorithm is supported, RedBlackTree. Later versions may support other algorithms, such as bitmap or hash indexes.
    See Also